home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / credits.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  152 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 3 >= the duration of cast 2 then
  3.     set the visible of sprite 2 to 0
  4.     go(8)
  5.   else
  6.     go(4)
  7.   end if
  8. end
  9.